func runtime.rawbyteslice

3 uses

	runtime (current package)
		string.go#L100: 		b = rawbyteslice(l)
		string.go#L224: 		b = rawbyteslice(len(s))
		string.go#L324: func rawbyteslice(size int) (b []byte) {